From: Chong Yidong Date: Tue, 12 May 2009 16:06:07 +0000 (+0000) Subject: * tutorial.el (help-with-tutorial): Don't use text mode, since the X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~601 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9a794eec4f294c8a946ac2546fabdc09f43f1818;p=emacs.git * tutorial.el (help-with-tutorial): Don't use text mode, since the tutorial text assume Fundamental mode. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 07d77b338ca..fc96a9f0c48 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-05-12 Chong Yidong + + * tutorial.el (help-with-tutorial): Don't use text mode, since the + tutorial text assume Fundamental mode. + 2009-05-11 Stefan Monnier * simple.el (completion-setup-function): diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 12e2dd81059..242d0fe3a32 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el @@ -807,7 +807,7 @@ Run the Viper tutorial? ")) ;; (Re)build the tutorial buffer if it is not ok (unless old-tut-is-ok (switch-to-buffer (get-buffer-create tut-buf-name)) - (unless old-tut-buf (text-mode)) + ;; (unless old-tut-buf (text-mode)) (unless lang (error "Variable lang is nil")) (setq tutorial--lang lang) (setq old-tut-file (file-exists-p (tutorial--saved-file)))